home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / prolog / sbprolog / amiga / toplevel.zoo / INSTALL < prev    next >
Text File  |  1989-12-07  |  299b  |  14 lines

  1. #
  2. # This is a UNIX installation script.  Amiga users should refer to the file
  3. # notes_on_amiga_port for more information.
  4. set SBP_HOME = $cwd
  5. chdir $SBP_HOME/sim/builtin
  6. echo 'Making builtins ...'
  7. make
  8. echo 'Done\!'
  9. chdir $SBP_HOME/sim
  10. echo 'Making simulator ...'
  11. make
  12. echo 'Done\!'
  13. chdir $SBP_HOME
  14.